home *** CD-ROM | disk | FTP | other *** search
/ Megahits 5 / Megahits 5 (1994)(GTI - Rhein-Main-Soft)(DE)(Disc 2 of 2)[!].iso / archive / edit / vtutil1.lha / WBFed_Doc < prev    next >
Text File  |  1993-12-28  |  4KB  |  81 lines

  1. Use this software at your own risk.  It is provided "as is" and author
  2. accepts no reponsibility or liability of any kind for it's use.
  3.  
  4. Your support (monetary, technical, moral, back, and Cubs) will be appreciated
  5. and reciprocated.  Without such support, any future release will be inferior
  6. to it's potential, non-existant, or crippled.
  7.  
  8. © 1991, Patrick F. Clark
  9. 2545 30th Avenue Court
  10. Moline, IL  61265
  11. (309) 764-0199
  12. BIX: pclark
  13.  
  14. REMARKS
  15.     Requires 2.04 (and ECS ?)
  16.         Code runs fine on my 3000, but GT_GetIMsg() dies on my ZKick'ed 1000.
  17.         Reason unknown.  Any idea why?
  18.     Be sure you have a complete character set specified for System Default
  19.         Text.  It is used to indicate proper character forms.
  20.     Highly recommend your using Arq, which is included.  Try it, you'll like
  21.         it!  The About menu-item makes use of it's ability to handle \n's.
  22.     Fonts can be retrieved from anywhere, and saved back where they came
  23.         from.  New fonts can only be saved in fonts: directory.
  24.     Keyboard (as well as buttons) selects character.
  25.     "Standard Character Set" menu item doesn't enforce such.  Just displays
  26.         fewer buttons.
  27.     "Grid" menu item will auto deselect for very large characters.
  28.     I have used 8-color character sets at height of 114.
  29.     Top two actual-size text lines come and go as space permits.  Top line
  30.         shows the entire set from the character *before* the one you're on,
  31.         all the way to the end, as line space allows, so you can see the effect
  32.         of kerning.  Second line is some plain text.
  33.     The "illegal character" character is supplied by the program and cannot be
  34.         edited.  It is not the commonly used rectangle, but a series of
  35.         vertical lines.
  36.     The 1.3 default colors are right for the first 4 colors.  Didn't try to
  37.         find out what the remaining default colors are, if indeed they exist.
  38.     Color fonts are saved with the colors in use at the time.  A complex color-
  39.         map of an existing font can thus be lost and be difficult to re-create.
  40.  
  41. TO DO LIST
  42.     Drawing tools
  43.         Don't know how to do bezier etc.  Any advice?
  44.     Save as
  45.     Color re-map
  46.     Width/height changes, fixed/proportional change, n-colors change
  47.     Move bits left/right/up/down
  48.     Custom screen
  49.         Program has evolved away from strictly WB fonts, but haven't added
  50.         Custom Screen yet.  You can deal with fonts up to 16-colors by changing
  51.         WB to that number of colors.
  52.     Clipboard support
  53.         Cut/Copy/Paste are internal only.  Paste buffer does survive Save/Open/
  54.         New, so you can exchange characters that way.
  55.     Palette change
  56.     Are "italicize", "embolden", and "underline" useful enough to fool with?
  57.     Sizing window to minimum practical size and/or user re-size.
  58.     Allow user-supplied text to be displayed.
  59.     
  60. KNOWN BUGS
  61.     "Hitch" at first MOUSEMOVE after SELECTDOWN when "drag drawing."  A lot of
  62.         code there, but should be easy to fix.
  63.     Cut or Paste sometimes clobbers adjacent character.  Can't seem to make it
  64.         happen when I'm looking for it.
  65.     Sometimes saves larger files than it loads.  I know why, but it's a bitch
  66.         to fix.
  67.     This is a preliminary release.  Don't save over only copy of a font.
  68.  
  69. GOTCHAs
  70.     Workbench uses a different text texhnique than Intuition.  Color fonts have
  71.     color zero transparent on WB, but opaque on Intuition titlebar.  Don't know
  72.     about console.
  73.  
  74. HELP NEEDED
  75.     What's the best way to magnify?  My way is stupid.
  76.     Is there any doc on Color Fonts?  I worked only with .h file.  Be careful.
  77.  
  78. HELP RECEIVED
  79.     Arq is great.  Thank you.  Copyright © 1990,91 by Martin Laubach, Peter
  80.     Wlcek and René Hexel.  All rights reserved.
  81.